/*
Project: Coal Creative
Description: Responsive CSS Grid layout
Author: Coal Creative
Version: 1.0
Tags: CoalGrid, RWD
*/
* {
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	background-color: #FFF;
}
body {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #000000;
	line-height: 24px;
	overflow-x: hidden;
	overflow-y: auto;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFF;
	width: 100%;
  height: 100%;
  display: block;
  float: left;
	margin: 0px 0px 0px 0px;
}

body p {
	font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
p.big_one {
	font-size: 16px;
	line-height: 26px;
}
p strong {
	color: #000000;
}
img {
	border: 0;
}
a {
	color: #000000;
	text-decoration: none;
	transition: all 300ms;
  font-weight: 600;
}
p {
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
li, span {
}
a:hover {
	text-decoration: none;
	text-shadow: none;
}
a:focus {
	outline: none;
}
.padding_project {
	padding: 8%;
}
input {
    -webkit-appearance: none;
}
svg {
	max-height: 100%;
}
strong {
	font-weight: bold;
}
blockquote {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 24px;
  padding-left: 20px;
  padding-bottom: 20px;
}
blockquote:before {
	content: '"';
  display: block;
  float: left;
  padding-right: 20px;
	font-family: "Times", serif;
	font-style: italic;
	font-size: 20px;
	opacity: 1;
}
blockquote:after {
	content: '"';
  padding-left: 20px;
	font-family: "Times", serif;
	font-style: italic;
	font-size: 20px;
	opacity: 1;
}
h1, .h1 {
  font-size: 40px;
  line-height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  display: block;
  float: left;
  width: 100%;
	font-weight: normal;
  text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000000;
}
h1 strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 30px;
  line-height: 40px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 20px 0px;
  display: block;
  float: left;
  width: 100%;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
}
h2 strong {
  font-weight: 700;
}
.overtitle {
	display: block;
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 10px;
  letter-spacing: 1px;
	padding-bottom: 0px;
  padding-left: 50px;
  position: relative;
}
.overtitle:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0px;
  display: block;
  float: left;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.white_font .overtitle:before, .blue_bg .overtitle:before {
  background-color: #fff;
}
.white_font .overtitle {
	color: #FFF;
}
.all_text_centered span.above_heading {
	text-align: center;
}
h2 strong, h1 strong {
	font-weight: bold;
}
.all_text_centered h2 {
	width: 100%;
	text-align: center;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  display: block;
  float: left;
  width: 100%;
	font-weight: normal;
	font-weight: 600;
}
h3 strong {
	display: block;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: normal !important;
}
h4 {
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	display: block;
  float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
h5 {
	display: block;
	float: left;
	width: 100%;
  font-size: 18px;
	font-weight: 600;
  margin: 0;
	color: #000000;
  padding: 20px 0px;
}

/*BUTTONS AND ELEMENTS*/
.button_main {
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	background-color: #0060B6;
	border: 1px solid #0060B6;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	margin-top: 15px;
	display: block;
	float: left;
	clear: both;
	position: relative;
	transition: all 200ms;
	text-decoration: none;
	position: relative;
	cursor: pointer;
    letter-spacing: 1px;
}
.button_main:hover {
  color: #0060B6;
  background-color: #fff;
}
.white_fonts .button_main {
  color: #FFF;
  border: 1px solid #FFF;
}
.white_fonts .button_main:hover {
  background-color: #FFF;
  color: #000000;
}
.white_font .button_outline {
	border: 1px solid #FFF;
}
.all_text_centered .button_outline {
	width: 280px;
	margin: 20px auto;
	float: none;
	clear: both;
}
.black_bg .button_main, .orange_bg .button_main {
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
}
.black_bg * {
	color: #FFF;
}
.black_bg p {
	color: #8C8C8C;
}
.black_bg .button_main:hover, .orange_bg .button_main:hover {
	color: #000000;
	background-color: #FFF;
}
.orange_bg .button_main:hover {
	color: #EF9245;
	background-color: #FFF;
}
.offer_box:hover .button_main, .red_mask .button_main {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
}
.offer_box:hover .button_main:hover, .red_mask .button_main:hover {
	background-color: #FFF;
	color: #ED2028;
}
.all_text_centered .button_main {
	width: 250px;
	margin: 20px auto;
	float: none;
}
.yellow_bg {
	color: #FFF;
	background-color: #FDCC05;
}
.light_blue_bg {
	background-color: #F0F6FF;
}
.black_bg {
	color: #FFF;
	background-color: #000000;
}
.purple_bg {
	color: #FFF;
	background-color: #6B4B9E;
}
.blue_bg {
	color: #FFF;
	background-color: #0060B6;
}
.gray_bg {
	background-color: #F5F5F5;
}
.white_bg {
	background-color: #FFF;
}
.red_bg {
	background-color: #E52B38;
}
.red_bg * {
	color: #FFF;
}
.black_bg {
	background-color: #000000;
}
.dark_gray_bg {
	background-color: #393540;
	color: #FFF;
}
.space_left {
	padding-left: 10%;
}
.paper_bg {
	background-image: URL(bg_repeat.svg);
	background-size: auto 100%;
	background-repeat: repeat-y;
}
em {
	font-style: italic;
}
.overlay_for_page_load {
	display: block;
	float: left;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 400ms;
	transform: scale(0,1);
	opacity: 0;
	z-index: 99999;
	background-color: #EEE;
	mix-blend-mode: lighten;
}
.overlay_for_page_load.page_loaded {
	display: block;
	float: left;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 600ms;
	transform: scale(1,1);
	opacity: 1;
	z-index: 99999;
	background-color: #EEE;
	mix-blend-mode: lighten;
}
.preloader {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	z-index: 999999;
	transition: all 200ms;
}
.preloader.page_loaded {
	transform: translate(-50%,-50%) scale(1,1);
	transition: all 200ms;
}
.small-font * {
	font-size: 12px;
	line-height: 20px;
}
.padding_simpli {
	padding: 10%;
}
.more_space {
	padding-top: 5%;
	padding-bottom: 5%;
}
.add_shadow:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=1 );
}
.add_shadow * {
	position: relative;
	z-index: 2;
}
.drag_to_bottom {
	overflow: hidden;
	padding-bottom: 400px;
	margin-bottom: -400px;
}
.drag_to_bottom > div {
	overflow: hidden;
	padding-bottom: 300px !important;
	margin-bottom: -250px !important;
}
.top_bottom_space {
	padding-top: 20vh;
	padding-bottom: 20vh;
}
.no_heading {
	padding-top: 120px;
}
img.multiply {
	mix-blend-mode: multiply;
}

/*CONTENT*/
body {
  background-image: URL(regular_bg.svg);
  background-position: center 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}
body.index {
  background-image: URL(home_bg.png);
}
#top_belt {
  position: fixed;
  top:0px;
  left: 0px;
  z-index: 99;
  padding-top: 8vh;
  transition: all 300ms;
}
#top_belt.scrolled {
  padding-top: 0px;
  background-color: #FFF;
  box-shadow: 0px 0px 35px rgba(0,0,0,0.1);
}
.main_menu {
  padding: 45px 35px;
}
.main_menu ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top_phone_number h4, .top_phone_number a {
  display: block;
  float: right;
  text-align: right;
}
.home_banner_text {
  height: 100vh;
  padding-top: 40vh;
}
.home_carousel_caption {
  min-height: 350px;
  position: relative;
}
.home_carousel_caption h3 {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.home_carousel_img {
  position: relative;
}
.home_carousel_caption {
  position: absolute;
  bottom: 70px;
  left: -50px;
}
#home_carousel {
  padding-top: 20vh;
  padding-bottom: 10vh;
}
.home_carousel_text {
  padding-top: 30vh;
}
.icon_size {
  max-height: 80px;
}
#home_left_right {
  padding-top: 20vh;
  padding-bottom: 10vh;
}
.home_left_right_img {
  position: relative;
  float: right;
  margin-top: -550px;
}
.home_left_right_img_caption {
  min-height: 350px;
  position: absolute;
  bottom: -50px;
  right: 50px;
}
.home_left_right_img_caption h3, .blue_box_regular h3 {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.blue_box_regular {
  position: relative;
  width: 350px;
  height: 350px;
}
.logo_size {
  display: block;
  width: 120px;
  float: right;
}
#footer ul {
  display: block;
  float: right;
  width: 100%;
}
#footer ul li {
  display: block;
  float: right;
  padding: 10px;
}
#footer p {
  display: block;
  float: left;
  width: 100%;
  text-align: right;
}
#footer {
  position: relative;
  overflow: hidden;
}
#footer:after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: 0px;
  transform: rotate(60deg);
  display: block;
  background-color: #0060B6;
  width: 200px;
  height: 500px;
}
#subpage_content {
  padding-top: 30vh;
}
.blog .five:nth-of-type(3) {
  clear: both;
  float: none;
  margin: 0 auto;
}
.menu_burger {
  display: none;
  float: left;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 110px;
  left: 150px;
  z-index: 9;
  background-image: URL(menu_burger.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 200ms;
}
.scrolled .menu_burger {
  top: 40px;
}
.main_logo {
  max-width: 170px;
}



@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  .main_menu, .main_accessiblity {
    display: none;
  }
  .content_list ul li strong, .content_list ul li span {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {

}
@media only screen and (min-width: 1921px) {

}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {

}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {

}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .blue_bg.padding_big {
    padding: 20px;
  }
  .home_left_right_img_caption h3, .blue_box_regular h3 {
    left: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 16px;
    line-height: 26px;
  }
  h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .blue_bg.padding_big {
    padding: 20px;
  }
  .home_left_right_img_caption h3, .blue_box_regular h3 {
    left: 20px;
  }
  .main_menu {
    padding-left: 15px;
    padding-right: 15px;
    width: 55%;
  }
  .main_logo {
    width: 15%;
  }
  .container {
    width: 100%;
  }
  .home_carousel_caption {
    left: 10px;
  }
  .home_left_right_img_caption, .home_carousel_caption {
    min-height: 200px;
  }
  .home_left_right_img_caption {
    min-width: 220px;
  }
  #home_left_right .four {
    width: 100%;
  }
  .home_left_right_img {
    margin-top: 0px;
  }
  #subpage_content .ten .five .three {
    width: 50%;
  }
  #subpage_content .contentbox-space .three {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .main_menu {
    transition: all 200ms;
    right: -100vw;
    left: auto;
    display: block;
    position: fixed;
    top: 0px;
    width: 50%;
    height: 100vh;
    min-width: 220px;
    z-index: 999;
    background-color: #FFF;
    display: block;
    float: left;
    transition: all 200ms;
  }
  .main_menu.showing_menu {
    right: 0px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  }
  .main_menu.showing_menu ul {
    display: block;
    float: left;
    width: 100%;
  }
  .main_menu.showing_menu li {
    width: 100%;
    display: block;
    float: left;
  }
  .main_menu.showing_menu li a {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 32px;
    padding: 5px 20px;
  }
  .menu_burger {
    display: block;
  }
  .blue_bg.padding_big {
    left: 10px;
    width: 250px;
    min-height: 250px;
  }
  .blue_box_regular {
    left: 0px !important;
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
  .home_left_right_img {
    margin-top: 0px;
  }
  .home_left_right_img_caption {
    margin-top: 200px;
    width: 250px;
    min-height: 250px
    right: 80px;
  }
  #footer ul li {
    padding-bottom: 0px;
  }
  #home_carousel {
    padding-bottom: 50px;
  }
  #home_left_right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .ten .five {
    width: 50%;
  }
  .home_left_right_img_caption h3, .blue_box_regular h3 {
    max-width: 200px;
  }
  .home_carousel_text {
    padding-top: 50px;
  }
  #home_three_boxes .three_columns {
    width: 50%;
  }
  .main_logo {
    width: 120px;
  }
  .top_phone_number {
    float: right;
  }
  .five {
    width: 100%;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 16px;
    line-height: 26px;
  }
  h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .main_menu {
    transition: all 200ms;
    right: -100vw;
    left: auto;
    display: block;
    position: fixed;
    top: 0px;
    width: 50%;
    height: 100vh;
    min-width: 180px;
    z-index: 999;
    background-color: #FFF;
    display: block;
    float: left;
    transition: all 200ms;
  }
  .main_menu.showing_menu {
    right: 0px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  }
  .main_menu.showing_menu ul {
    display: block;
    float: left;
    width: 100%;
  }
  .main_menu.showing_menu li {
    width: 100%;
    display: block;
    float: left;
  }
  .main_menu.showing_menu li a {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 5px;
  }
  .menu_burger {
    display: block;
  }
  .blue_bg.padding_big {
    left: 10px;
    width: 250px;
    min-height: 250px;
  }
  .blue_box_regular {
    left: 0px !important;
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
  .home_left_right_img {
    margin-top: 0px;
  }
  .home_left_right_img_caption {
    margin-top: 200px;
    width: 250px;
    min-height: 250px
    right: 80px;
  }
  #footer ul li {
    padding-bottom: 0px;
  }
  #home_carousel {
    padding-bottom: 50px;
  }
  #home_left_right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer {
    padding-bottom: 50px;
  }
  #footer .ten .five {
    width: 100%;
  }
  #footer .align_right * {
    text-align: center !important;
  }
  #footer .logo_size {
    float: none;
    margin: 10px auto;
  }
  #footer ul li, #footer ul li a {
    display: block;
    float: left;
    width: 100%;
  }
  .home_left_right_img_caption h3, .blue_box_regular h3 {
    max-width: 200px;
  }
  .home_carousel_text {
    padding-top: 50px;
  }
  #home_three_boxes .three_columns {
    width: 100%;
  }
  .main_logo {
    width: 120px;
  }
  .top_phone_number {
    float: right;
  }
  .five {
    width: 100%;
  }
  .top_phone_number {
    width: 50%;
  }
  .backtotop_img {
    margin-top: -90px !important;
    margin-bottom: 250px;
  }
  .contentbox-space {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .home_banner_text {
    height: 500px;
  }
  #home_carousel {
    padding-top: 80px;
  }
  .padding_big {
    padding: 20px;
  }
  .ten .five .three {
    padding: 0px;
    text-align: center;
  }
  .five .ten {
    padding: 0px;
  }
  #footer .blue_box_regular {
    float: none;
    margin: 10px auto;
  }
  #subpage_content .custom .three_columns {
    text-align: center;
  }
  #subpage_content .custom .three_columns img {
    margin: 10px auto;
    float: none;
  }
  .blog > .five > .ten {
    padding: 20px !important;
  }
  h1, .h1 {
    font-size: 24px;
    line-height: 34px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 16px;
    line-height: 26px;
  }
  h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.blue_bg.padding_big, .blog .five {
  opacity: 0;
}
.animated {
  opacity: 1;
}
.blog > .five > .ten {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.contentbox-space {
	padding-top: 50px;
	padding-bottom: 50px;
}
.backtotop_img {
	margin-top: -300px;
  transform: translateX(-20px);
  box-shadow: 0px 0px 55px rgba(0,0,0,0.3);
}
em {
	color: #999;
	padding-right: 20px;
}
.border_box {
	border: 1px solid #999;
	margin-bottom: 20px;
}
.kategory_opis_box  {

}
#top_belt .main_menu ul li:first-child {
    display: none;
}
.mod_btquickcontact {
	margin-top: 30px;
}
.inside_text_list {
  display: block;
  float: left;
  width: 100%;
}
.inside_text_list li {
  display: block;
  float: left;
  width: 100%;
  padding-left: 20px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}
.inside_text_list li:before {
  display: block;
  float: left;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0060B6;
}
.inside_text_list ul li:first-of-type {
  margin-top: 10px;
}
.numbers_references * {
  text-align: center;
}
.numbers_references h2 {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  color: #0060B6;
  border-bottom: 10px solid #0060B6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.numbers_references p {
  display: block;
  text-align: left;
  padding-left: 10px;
}
